home *** CD-ROM | disk | FTP | other *** search
- Short: makes a CheckSum of a whole CD
- Author: Heinrich Patrick [patrick.heinrich@admieg.ensieg.inpg.fr]
- Uploader: Heinrich Patrick [patrick.heinrich@admieg.ensieg.inpg.fr]
- Path: disk/CDROM
-
- 1. Introduction :
-
- Purpose : It makes a checksum of a whole CD.
- (to compare 2 CDs for instance)
- By reading the whole CD, it can check for physical errors.
-
- Release date : 03.09.98
-
- Distribution : It's free :) (you can't ask money for it)
- C source available if you ask it :)
-
- 2. Installation :
-
- Copy the CheckCD file wherever you like ...
-
- 3. Usage :
-
- * CheckCD <file|dir|device>
-
- will make a CheckSum of the <file|dir|device>.
-
- you will be asked if you want to compare it to another CD :
- if you choose yes, it will ask you to insert another CD
- if you choose no, it will give you the CheckSum of the CD
-
- ex: CheckCD cd0:
-
-
- * CheckCD <file1|dir1|device1> <file2|dir2|device2>
-
- will compare files|dirs|devices and calculate both CheckSums.
-
- ex: CheckCD cd0: cd1:
- (if you're lucky enough to own 2 CDROM Drives ... I have 1 ;)
-
-